processing list
英 [ˈprəʊsesɪŋ lɪst]
美 [ˈprɑːsesɪŋ lɪst]
网络 处理表; 处理列表
双语例句
- This action forces the method that consumes the most processing time to appear at the top of the list.
这样将把最消耗处理时间的方法排在最上面。 - Items for processing with materials provided under limiting and prohibiting categories are listed in the List.
限制类和禁止类来料加工列入《目录》。 - The method detoures difficulties of word segmentation in the natural language processing, and uses the keywords in the keyword list to matching the natural language text in order to get the keyword combination, to realize answering the question that is asked with natural language.
该方法绕开自然语言分词困扰,采用关键词表中的关键词匹配自然语言文本,获得全文检索的关键词组合,实现对自然语言提问的解答。 - Assigning typetags, assigning data to the appropriate member of the union, and manually processing list nodes can all be tedious procedures.
为共用体(union)的成员分配类型标签、分配数据以及手工处理列表节点都是冗长乏味的过程。 - The System Usage gives you an overview of the load on the Device including CPU, memory, pending messages in processing queue ( Work List), file/ connection handles and a total load indicator.
系统使用率使您能够大致了解设备上的负载情况,包括CPU、内存、处理队列中处于等待状态的消息(工作列表)、文件/连接句柄以及总负载指示器。 - For example, if the expression doesn't use the last() function then it is not necessary to do look-ahead processing to determine how many elements there are in the context list.
例如,如果表达式不使用last()函数,那么就不必执行先行处理来确定上下文列表中有多少元素。 - Each element is created by processing one list item.
处理每个列表项都会生成一个元素。 - Other methods of processing a list of values would require multiple functions or stored procedures to be this flexible.
处理一列值的其他方法需要使用多个函数或存储过程才能达到这种灵活程度。 - Before concluding our discussion of the information model, let's touch on a very important element of the rule processing& access to reference data, like enumeration values or list of values.
在结束对信息模型的讨论之前,让我们了解一下规则处理的一个重要因素&对参考数据的访问,类似枚举值或值列表。 - Of course, part of the power of lists comes in recursive processing of the list elements, which simply means pulling the head from the list until the list is empty, then accumulating the results
当然,列表的强大力量部分来自于递归处理列表元素的能力,这表示可以从列表提取头部,直到列表为空,然后累积结果